home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr36 / actdem.zip / DEMO.BAT < prev   
DOS Batch File  |  1995-04-11  |  704b  |  35 lines

  1. echo off
  2. cls
  3. if not exist ACTDEMO.EXE goto nodemo
  4. actdemo
  5. cls
  6. echo.
  7. echo.
  8. echo     ACT! and ACT! Mobile Link Demo
  9. echo     ═════════════════════════════════
  10. echo.
  11. echo     Thank you for watching!
  12. echo.
  13. echo     To see the ACT! and ACT! Mobile
  14. echo     Link Demo again, type "DEMO".
  15. echo     ─────────────────────────────────
  16. echo.
  17. echo.
  18. goto end
  19.  
  20. :nodemo
  21. echo.
  22. echo.
  23. echo     ACT! and ACT! Mobile Link Demo
  24. echo     ═════════════════════════════════
  25. echo.
  26. echo     The demo file is missing or
  27. echo     hasn't been properly installed.
  28. echo     Please try installing again from
  29. echo     the installation disk.
  30. echo     ─────────────────────────────────
  31. echo.
  32. echo.
  33.  
  34. :end
  35.